←Select platform

SendNonSecureIscl(byte[],int,int) Method

Summary

Sends data over an ISCL connection, unsecured. The data is not encrypted and the message has no authentication code.

Syntax

C#
VB
C++
public void SendNonSecureIscl( 
   byte[] buffer, 
   int offset, 
   int length 
) 
Public Overloads Sub SendNonSecureIscl( _ 
   ByVal buffer() As Byte, _ 
   ByVal offset As Integer, _ 
   ByVal length As Integer _ 
)  
public: 
void SendNonSecureIscl(  
   array<byte>^ buffer, 
   int offset, 
   int length 
)  

Parameters

buffer
Buffer that holds the data to be sent.

offset
Offset from the beginning of the buffer, at which reading should start.

length
Size, in bytes, of the data to be sent.

Remarks

The non-secure send is the fastest method of transmitting data over an ISCL connection. It is faster than the normal send/receive process and has no encryption and no message authentication codes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly